home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / text / html / parser / DTDConstants.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  1.1 KB  |  44 lines

  1. package javax.swing.text.html.parser;
  2.  
  3. public interface DTDConstants {
  4.    int CDATA = 1;
  5.    int ENTITY = 2;
  6.    int ENTITIES = 3;
  7.    // $FF: renamed from: ID int
  8.    int field_0 = 4;
  9.    int IDREF = 5;
  10.    int IDREFS = 6;
  11.    int NAME = 7;
  12.    int NAMES = 8;
  13.    int NMTOKEN = 9;
  14.    int NMTOKENS = 10;
  15.    int NOTATION = 11;
  16.    int NUMBER = 12;
  17.    int NUMBERS = 13;
  18.    int NUTOKEN = 14;
  19.    int NUTOKENS = 15;
  20.    int RCDATA = 16;
  21.    int EMPTY = 17;
  22.    int MODEL = 18;
  23.    int ANY = 19;
  24.    int FIXED = 1;
  25.    int REQUIRED = 2;
  26.    int CURRENT = 3;
  27.    int CONREF = 4;
  28.    int IMPLIED = 5;
  29.    int PUBLIC = 10;
  30.    int SDATA = 11;
  31.    // $FF: renamed from: PI int
  32.    int field_1 = 12;
  33.    int STARTTAG = 13;
  34.    int ENDTAG = 14;
  35.    // $FF: renamed from: MS int
  36.    int field_2 = 15;
  37.    // $FF: renamed from: MD int
  38.    int field_3 = 16;
  39.    int SYSTEM = 17;
  40.    int GENERAL = 65536;
  41.    int DEFAULT = 131072;
  42.    int PARAMETER = 262144;
  43. }
  44.